In This Topic
Defines an extra large TIFF image.
Extra large TIFF images are not loaded in memory while the PDF file is created, their content is transfered directly to the output PDF file when it is saved. Because of this a reference to the original TIFF stream must be kept until the PDF file is saved.
Object Model
Syntax
public class PDFXLTiffImage
extends PDFImage
|
Inheritance Hierarchy
java.lang.Object
com.o2sol.pdf4java.graphics.images.PDFImage
com.o2sol.pdf4java.graphics.images.PDFXLTiffImage
See Also